LogChannel.GetULongValue 方法

取得點位置值並將值轉換為 ulong。

命名空間IntervalZero.KINGSTAR.Base.Class

組合: IntervalZero.KINGSTAR.Base.Class (於 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

語法

C#VB
public ulong GetULongValue(
       int PointIndex
)
Public Function GetULongValue(
       PointIndex As Integer
) As ULong

參數

PointIndex

型別:int

點位置索引。

回傳值

型別:ulong

回傳一個 ulong 值。

參見

LogChannel 類別

IntervalZero.KINGSTAR.Base.Class 命名空間